
body
{
	background-color: #60605e;
	margin:25px 0;
}
body,table{
	
	font-family:Arial,sans-serif;
	-moz-user-select: -moz-none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-o-user-select: none;   
	user-select: none;
	/*background-image: url(/Web%20Client/Images/LoginBackground.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
.contentSeparator {
	margin: 0px 1px;	/* have to account for 1px border */
	height: 1px;
	background-color: #8c868a;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#50504F), to(#E3E3E0));
	background-image: -webkit-linear-gradient(top, #50504F, #E3E3E0);
	background-image: -moz-linear-gradient(top, #50504F, #E3E3E0);
	background-image: -ms-linear-gradient(top, #50504F, #E3E3E0);
	background-image: -o-linear-gradient(top, #50504F, #E3E3E0);
	background-image: linear-gradient(to bottom, #50504F, #E3E3E0);	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#50504F, endColorstr=#E3E3E0);*/
}
.content {
	margin:0 auto 0 auto;
	padding-top:20px;
	/*border: 2px solid black;
	background-color:#0d7238;
	background-image: url(/Common/Images/Top-Bar.png);
	background-repeat: repeat-x;
	background-position: top left;*/
	color:#fff;
	border:1px solid #000;
	border-top:none;
	background-color: #816fab;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#C5C5C5));
	background-image: -webkit-linear-gradient(top, #E7E7E7, #C5C5C5);
	background-image: -moz-linear-gradient(top, #E7E7E7, #C5C5C5);
	background-image: -ms-linear-gradient(top, #E7E7E7, #C5C5C5);
	background-image: -o-linear-gradient(top, #E7E7E7, #C5C5C5);
	background-image: linear-gradient(to bottom, #E7E7E7, #C5C5C5);	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E7E7E7, endColorstr=#C5C5C5);*/
}
.Bottom-Logos {
	background-color: #494949;
    height: 25px;
    line-height: 20px;
    padding-top: 5px;
}
.Bottom-Logos-No-Toolbar {
	border-top: 1px solid gray;
	margin-top: 12px;
}
.content {
    width: 400px;
  }
  * html .content {
    width: 402px; /* for IE5 and IE6 in quirks mode */
    w\idth: 402px; /* for IE6 in standards mode */
} 

.logo{
	text-align:left;
	margin:0 auto 0 auto;
	padding:0;
	width:400px;
	display:block;
	border:1px solid #000;
	border-bottom:none;
}
.copyright{
	font-size: 8pt;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: #494949;
}
a:hover{
	color: #ff0000;
}
a:screen{
	color: #fff;
}
a{
	color: #fff;
}
.content a:hover,  a.links:hover {
	color: #ff0000;
}
.content a:screen, a.links:screen  {
	color: #0000cc;
}
.content a, a.links {
	color: #0000cc;
}
FORM, INPUT, TEXTAREA, SELECT{
	display:inline;
}
.boxwidth300{
	/*width:300px;*/
	text-align:center;
}
#Login-Wrapper{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	width:402px;
	height: 300px;
}
.footerDiv1 {
	font-size: 8pt !important;
	color: #999999;
	font-family: arial !important;
}
.footerDiv1 a {
	color: #999999;
	text-decoration: none;
}
.footerDiv1 a:hover {
	color: #fff;
	text-decoration: underline;
}